.top-center-heading {
  color: #EE620E;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  margin-left: 0px;
}

.inner-tab-content-container {
  height: 60px;
  padding: 10px
}

.text-white {
  color: white;
}

.blue-background {
  background-color: #1D6BC2;
  width: 100vw;
}

.yellow-background {
  background-color: #F6CA14;
  width: 100vw;
}

.green-background {
  background-color: green;
  width: 100vw;
}

.margin-top-8vh {
  margin-top: 8vh;
}

.white-heading {
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.img-container {
  width: auto;
  height: 50vh;
}

.img-container-15,
.img-container-14 {
  max-width: 400px;
}

.img-container-30 {
  width: 400px;
  max-height: 80px;
}

.image-sub-heading {
  font-size: 2em;
  font-weight: bold;
}

.img-container-50 {
  aspect-ratio: 1 / 1;
  width: 200px;
  height: 20vh;
}

.horizontal-line {
  border-top-color: #EE620E;
}

.action-button-sm {
  font-size: 10px;
}

.gen-qr-card-title {
  color: #707070;
  font-size: 10px;
}

.gen-qr-card {
  padding: 20px;
  max-width: 900px;
  position: relative;
  top: 60px;
  background-color: white;
}

.gen-qr-inner-card {
  background-color: #F7F7F7;
  height: 100%;
  padding: 10px;
}

.qr-gen-item-icon-nav {
  padding: 0px !important;
  margin-right: 10px !important;
}

.qr-preview-title {
  text-align: center;
  color: #707070;
  font-size: 10px;
}

.qr-gen-icon {
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.qr-gen-menu-icon-row {
  border-bottom: solid;
  border-bottom-color: #E5E5E5;
  border-bottom-width: 3px;
  padding-bottom: 5px;
}

.qr-gen-qr-preview-container {
  display: flex;
  justify-content: center;
}

.qr-gen-qr-preview {
  margin-top: 20px;
  max-width: 130px;
}

.qr-gen-menu-icon-row-active {
  border-bottom-color: #EE620E !important;
  margin-bottom: 10px;
}

.gen-qr-btn {
  position: absolute;
  top: 75%;
}

.lg-xl-see-pricing {
  display: block !important;
}

.sm-md-see-pricing {
  display: none !important;
}

.lg-xl-see-img {
  display: block !important;
}
.sm-md-see-img {
  display: none !important;
}
.sm-md-see-img-size{
    height:70px;
}
.sm-md-see-img-size-2{
    height:140px;
}
.generator-text-area {
  font-size: 10px;
  height: 50px;
  min-height: 50px !important;
  resize: both;
}

.generator-url {
  font-size: 10px;
}

.generator-number {
  font-size: 10px;
  max-width: 250px;
}

.img-architect-container {
    width: 380px
  }

.blue-bckg {
  background-color: #1D6AC1ff !important;
  border-color: #1D6AC1ff !important;
}

/* CSS HEX */
/*--jonquil: #EDCA37ff;
         --apple-green: #8FBD3Dff;
--celtic-blue: #1D6AC1ff;
--chestnut: #964C3Eff;
--viridian: #63917Dff;
*/
@media (max-width: 992px) {
  .lg-xl-see-pricing {
    display: none !important;
  }

  .sm-md-see-pricing {
    display: block !important;
  }

  .qr-preview-title {
    margin-top: 10px;
  }

  .img-container-14 {
    max-width: 350px;
  }

  .img-banner {
    margin-top: 15%;
    height: auto;
  }
}

@media (max-width: 500px) {
  .img-container-30 {
    bottom: 0;
  }

  .p-sm-0 {
    padding: 0px !important;
  }
}

@media (max-width: 431px) {
  .lg-xl-see-img {
    display: none !important;
  }

  .sm-md-see-img {
    /* display: block !important; */
  }

  .img-container-30 {
    bottom: 0;
  }
}
